projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b442b1
)
Add default replacement for next page
author
justbur
<justin@burkett.cc>
Wed, 22 Jul 2015 18:34:29 +0000
(14:34 -0400)
committer
justbur
<justin@burkett.cc>
Wed, 22 Jul 2015 18:35:30 +0000
(14:35 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 6024d14842734e3e3809ff3183d8c357ca7ab7ad..8a7a671a705ee5aec6868be601dc32d818edddfa 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-87,7
+87,7
@@
in the first example."
:type '(alist :key-type regexp :value-type string))
(defcustom which-key-description-replacement-alist
- '(("Prefix Command" . "prefix"))
+ '(("Prefix Command" . "prefix")
("which-key-show-next-page" . "wk next pg")
)
"See `which-key-key-replacement-alist'.
This is a list of lists for replacing descriptions."
:group 'which-key